Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-89647 | VRAU-SL-000570 | SV-100297r1_rule | Medium |
Description |
---|
Excessive permissions on the alias files may permit unauthorized modification. If an alias file is modified by an unauthorized user, they may modify the file to run malicious code or redirect email. |
STIG | Date |
---|---|
VMware vRealize Automation 7.x SLES Security Technical Implementation Guide | 2018-10-12 |
Check Text ( C-89339r1_chk ) |
---|
Check the permissions of the alias files: # ls -lL /etc/aliases # ls -lL /etc/aliases.db If the files have a mode more permissive than "0644", this is a finding. |
Fix Text (F-96389r1_fix) |
---|
Change the mode of the alias files to "0644": # chmod 0644 /etc/aliases /etc/aliases.db |